home *** CD-ROM | disk | FTP | other *** search
- BEGIN {
- #{{{}}}
- # {{{ print auto-gen tag
- printf(".\\%c generated automatically, containing the OCL message table\n",34)
- # }}}
- printf(".ne 6\n")
- printf(".TS\n")
- printf("center tab(@);\n")
- printf("l l.\n")
- }
- /^ *RC-COMPRESSION-DATA *$/ { skip=1 }
- skip!=1 && $1 !~ /^((#)|((STR)|(MSG)_.*))/ {
- name=$1
- while ((name!="") && (substr(name,length(name),1)==" "))
- name=substr(name,1,length(name)-1)
- print("\\fB"name"\\fP@"$3)
- }
- END {
- printf(".TE\n")
- }
-